home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / amircping / amircping.readme next >
Text File  |  1982-06-12  |  1KB  |  48 lines

  1. Short:    ARexx Ping script for AmIRC 
  2. Author:   newlook@ameritech.net (Deryk B. Robosson)
  3. Uploader: newlook@ameritech.net (Deryk B. Robosson)
  4. Type:     comm/tcp
  5. Replaces: AmIRCPing.lha
  6. Requires: A ping command
  7. Version:  1.02
  8.  
  9.  
  10. Installation:
  11. --------------
  12. Copy ping.amirx to amirc/rexx directory
  13.  
  14. Install an alias in AmIRC by selecting setup menu
  15. then lists.  Under Alias tab, select add new alias.
  16.  
  17. Then in edit window type the alias you would like
  18. to use.
  19.  
  20. i.e. pi = /rx ping.amirx %p 
  21. (note the alias isn't called PING
  22. because that's an IRC command)
  23.  
  24. Usage:
  25. --------------
  26.  
  27. /ping someplace.cool.net - and you will be shown the results in a CON window
  28. /ping someplace.cool.net flood
  29. /ping newlook - and you will be shown the results in a CON window
  30.  
  31. If you wish for a count more than five pings, edit the count variable
  32. in the script, it's towards the top.  Count has no effect when using
  33. the FLOOD option.  If using the FLOOD option, you must CTRL-C in the
  34. output window to break the program.
  35.  
  36. Version 1.00
  37. --------------
  38. Initial Creation
  39.  
  40. Version 1.01
  41. --------------
  42. Added flood support
  43. Now allows a users nick to be passed instead of somewhere.com
  44.  
  45. Version 1.02
  46. --------------
  47. Prettied up the display of information to the user
  48.